home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / 0Utils13.lha / 0Utils / ScriptName.doc < prev    next >
Text File  |  1995-03-20  |  944b  |  47 lines

  1.  
  2.  
  3.     NAME
  4.     ScriptName
  5.  
  6.     SYNOPSIS
  7.     ScriptName - output the name of the current script - Requires v37
  8.  
  9.     INPUTS
  10.     (none)
  11.  
  12.     FUNCTION
  13.     ScriptName just tries to output the contents of
  14.     process->cli->commandfile. this value is defined only,
  15.     if:
  16.         1) the command was called from inside a script, AND
  17.         2) the script had to be buffered in "T:Command-??-???"
  18.            this is, e.g. if the script contained a ".KEY"
  19.            directive or was read from an interactive device.
  20.  
  21.     RESULT
  22.     "T:Command-xx-Tyy" if possible.
  23.  
  24.     NOTES
  25.     CLI - only
  26.  
  27.     should compile with SAS-C
  28.  
  29.     BUGS
  30.     If not run from within a script produces error
  31.     ERROR_OBJECT_WRONG_TYPE (I found no better error)
  32.  
  33.     EXAMPLES
  34.     >ScriptName
  35.     "ScriptName: object is not of required type"
  36.         (Was: "* Not in a Script *")
  37.  
  38.     >echo "scriptname" | srun execute in:
  39.     "T:Command-00-T04"
  40.  
  41.     AUTHOR
  42.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  43.     noll@student.uni-kl.de
  44.  
  45.  
  46.  
  47.